You'll need to remove all references to Unity's sprites, I believe.
That means, the contents of UI2DSprite, all of UI2DSpriteEditor, UI2dSpriteAnimation where it references UnityEngine.Sprite. Essentially anywhere else that it references UnityEngine.Sprite.
If you leave the UI2DSprite class existing (but empty), you may not need to remove it from quite so many places.