Hi Hani,
Happy Friday and thanks for posting!
You can remove event tags from display on single events via a template override as outlined in our Themer’s Guide. Look for details.php found in the-events-calendar/src/views/modules/meta/details. Copy the contents of that file and paste them into a new file and save it as details.php in your-theme/tribe-events/modules/meta.
Once you’ve done that, delete or comment out line 142 from the new file you’ve just created:
<?php echo tribe_meta_event_tags( sprintf( esc_html__( '%s Tags:', 'the-events-calendar' ), tribe_get_event_label_singular() ), ', ', false ) ?>
Save that file and event tags should not be called/display on your single event pages. Let me know how it goes and enjoy your weekend!