Hi,
Thanks for using our plugins. I can help out here.
To make any edits to the templates a good resource to start with is the themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Following that guide you can move this template:
plugins/the-events-calendar/src/views/single-event.php
To your child theme:
childtheme/tribe-events/single-event.php
There you can look to disable these:
<?php do_action( 'tribe_events_single_event_after_the_content' ) ?>
<!-- Event meta -->
<?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
<?php tribe_get_template_part( 'modules/meta' ); ?>
<?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
Or go deeper into the templates and remove others from the modules directory.
Let me know if you have any follow up questions.
Thanks