Remove Docker Base Image

images consists of layers. your image just adds a layer to the base image, so you cannot delete the base.
What you could do is export the whole image and then import it again or to shrink everything into one layer.