answered 13 years ago
The reset command may do what you want.
sage: var('a,b') (a, b) sage: x = a+b sage: x a + b sage: reset('x') sage: x x