Hi jeremyleroy96,
I'm happy to help but can I please clarify: You are trying to delete the remaining files of a program called steam; but you don't have permissions and you are the administrator of the pc?
If so, it could be that the program is still running in memory (including having services that are running); this is maybe why the un-install failed too.
- Check task manager and end any open tasks for the program.
Perhaps the permissions are incorrect for the file
- Open a CMD prompt as administrator or use the RUNAS command to run as the administrator and try an ATTRIB -R -S -H /D /L on the folder you can't delete. Then try to delete it.
Let me know how you go.
PS: When you say you tried CMD, what did you try? Do you mean that CMD wouldn't open or that you couldn't execute a DEL from the CMD prompt?