Hi,
Thanks for using our plugins.
I can help you go in the right direction.
Please follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
So you can see how to move and edit templates in your theme.
Then you want to look for these two files to move and edit:
the-events-calendar-community-events\views\community\modules\venue.php
the-events-calendar-community-events\views\community\modules\organizer.php
And I believe removing these two files should do it:
<?php tribe_community_events_venue_select_menu( $event ); ?>
<?php tribe_community_events_organizer_select_menu( $event ); ?>
Let me know how that works out.
Thanks