$( "#accordion" ).accordion( "destroy" );
This will remove the accordion functionality completely and show default HTML removing all the jQuery-UI elements.
This method does not take any arguments.