Eval game rule 10

Rule 10 of the eval game implies there is a way to remove a file without using __import__("os").unlink(). But how? You can't index into builtins() because it doesn't exist. I wonder if one has to fudge the rule and use getattr on globals or something...