Hey Gregg,
Thanks for reaching out.
You can disable the front-end attendees list on a per-event basis using a checkbox while creating tickets that disables the list. However, I think you are asking about disabling the list by default, across the board for all events. Is this correct?
If so, then you can do so by adding the following CSS to the bottom of your theme’s style.css file:
.tribe-attendees-list-container,
.tribe-tickets-attendees-list-optout {
display: none !important;
}
Cheers!
George