remove permalink “front part” for custom post type

Use the argument:

'rewrite' => array(
    'slug' => 'event',
    'with_front' => false,
)

The ‘with_front’ flag controls whether to use the front part you’ve defined.