Hi krystalknapp,
Thanks for reaching out to us! Sorry to hear default fields are not working for you, they are designed to fit a wide variety of needs so they often need to be customized. Hopefully the process to do so is quite simple.
Basically you’ll need to override the event submission form and comment those fields out – I’ll outline the steps here but please check our Themer’s Guide for further details on template overrides.
1. Copy the file ‘venue.php’ from ‘wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/’ to ‘wp-content/themes/your_theme/tribe-events/community/modules/’ (create the ‘tribe-events/community/modules/’ folders if necessary).
2. Open the file you just copied over to your theme folder.
3. Comment out lines 167-187 of the file. That block should look like this:
https://gist.github.com/niconerd/fcbabceaa768e2879e62
4. Save the file and test.
Let me know how this goes,
Best,
Nico