Reset Roles (or undo role changes on theme change)

Use a plugin to manage roles, not a theme. Roles are not for presentation.

In your plugin use register_activation_hook() and register_deactivation_hook() to add or remove new roles. Do not remove built-in roles, other plugins may rely on their existence.