Remove class

I was doing some experimenting and created a C# class in Monodovelop (not Unity) which was added to AssemblyCSharp. I now want to delete it so it doesn’t conflict with a class in Unity (in the same project) with the same name, but can’t find any option in Monodevelop to delete the class. Any suggestions welcome.

Just delete the .cs file from the Project window in Unity.