By definition, these functions has no output values:
* remove(graphic)
* removeAll()
* removeMany(graphics)
From my observation, they return before the graphics are actually removed. Geez, they should have used promise instead! If I want to do some geometric operations afterwards, how should I be notified when the graphics are actually removed?