Hello Che and welcome to the forums. 🙂
Good question. The word “Archives” is actually coming from either your theme or another plugin.
One thing you may want to try is to head to Events > Settings > Display and make sure the calendar template setting is set to “Default Events Template” (screenshot).
Another option is to hide the page title altogether using CSS. For example, adding something like this to your theme’s style.css file or using the Simple Custom CSS plugin:
.tribe_events .title_subtitle_holder {
display: none;
}
Will this work for you? Please let me know. 🙂
Cheers!
Geoff