Good evening Arni and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
You have 2 ways of removing the organizer section:
- You can create a template override where you simply delete it. You might want to read our Themer’s guide to get a sense of how that works.
- You can hide it using CSS
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-meta-group-organizer {display:none !important;}
Let me know if that helps.
Have a great day!
Geoff B.