Remove::rmptc
An error occurs because the Protected attribute is set for the test symbol:
Protect[symtest];Remove[symtest]Attributes[symtest]Unprotect can be used to clear the Protected attribute so that this symbol can be removed:
Unprotect[symtest];Remove[symtest]