Anonymous62 You can edit this in the database if it's really necessary.
The group_user table holds this comparison, search for the entry where group_id and user_id are both 1.
Here's the SQL if you need it:
SELECT * FROM `group_user` WHERE user_id = 1 AND group_id = 1
Delete that entry and the original user will no longer be an administrator.