Joseph, you can remove the sidebar for Groups plugin by two ways:
First via Custom HTML widget. Please take a look at the related thread:
http://www.oxwall.org/forum/topic/11206
Second: Create a custom master page for your theme, call it, let's say, group, copy the content of default master page and remove the sidebar mention. Then add the following strings to the **view** function in the group plugin controller file (/ow_plugins/groups/controllers/groups.php):
$masterPageFileDir = OW::getThemeManager()->getMasterPageTemplate('group');
OW::getDocument()->getMasterPage()->setTemplate($masterPageFileDir);