How to remove agenda day title?

What do I need to do to remove the Agenda’s day title header? See the “26 Sun Feb 2023”. I have implemented my own renderAgenda however the day is still displaying. I also am implementing my own renderHeader and it is not controlled there either.

To test it I set every render function I could find to return null but it still shows!

Thank you!

Ill use this for now…

.mbsc-schedule-date-header {
  display: none !important;
}