Hi there, Meredy! Thanks for getting in touch and welcome to the forums. 🙂
Good question. Yes, removing the end time for an event is possible. You might be interested in checking out this snippet, which can be added to your functions.php file.
Other alternatives include:
(1) Setting up a filter on the tribe_events_event_schedule_details()Â hook
(2) Replacing any calls to tribe_events_event_schedule_details() within the single-event.php template and elsewhere by replacing them with your own code. That’s a bit more involved of course, but the following resources could be useful if you want to investigate that route:
Cheers!
Geoff