Good afternoon Amy and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
There are 2 ways to go about this:
- With a template override, simply remove the section. You might want to read our Themer’s guide to get a sense of how that works.
- Using CSS (the simplest method) to hide that part
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-community-events .tribe-section-image-uploader {display: none !important}
Let me know how that goes.
Best regards,
Geoff B.