Remove start and end time

Add the code below to Custom CSS field on your Event Calendar widget’s Appearance tab:

.global-styles,
.eapp-events-calendar-time-component {
    display: none;
}