no
but this did the whole job
remove_action( 'tribe_events_single_meta_before', array( 'Tribe__Events__Pro__Single_Event_Meta', 'link_venue' ) );
function remove_publicvenue($args) {
$args['public']=false;
return $args;
}
add_action('tribe_events_register_venue_type_args', 'remove_publicvenue');