removeNamedIfExist: aSymbol self assert: [aSymbol isSymbol]. Namespaces := self namespaces reject: [:n| n name == aSymbol]