Hello,
I just wanted to follow up on what Victor said to try to point you a bit further in the right direction here…the template you’ll want to copy and edit can be found at wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-event.php. In your copy, you can remove the sections for the fields you don’t want. For example, you can remove the tags section by removing the following line:
<?php tribe_get_template_part( 'community/modules/taxonomy', null, array( 'taxonomy' => 'post_tag' ) ); ?>
Let me know if you have any questions!