you are talking about when editing a node, this is related to permissions, so those fieldsets will only be displayed according to the user who is editing the node.
If you want to hide them, you could use hook_form_alter
to alter the $form
array. You have to be careful about this, so it wont be impossible for users to edit the those sections of the node.