How to remove slug from url (custom post type)

Whenever you register_post_type(), one of the args is rewrite where you can reset the URL to something else. Maybe you can play with this — try leaving it blank?

Pro tip: You will have to reset permalinks after you do this.