In our example, we would like to hide the module of the calendarize extension because we don't need it, but otherwise find the extension quite good. A line in the ext_tables.php in our site package helps here:
$GLOBALS['TBE_MODULES']['web'] = str_replace(',CalendarizeCalendarize', '', $GLOBALS['TBE_MODULES']['web']);