Does anybody know how to UNSET a panel in SugarCRM 5.5?

This code does not work any more.

PHP Code:
unset($this->dv->defs['panels']['default']); 
PHP Code:
unset($this->dv->sectionPanels[strtoupper('default')]);