I think you made another thread just like this, but the question isn't really clear.
You can use a Spatial shader to remove the lighting.
shader_type spatial;
render_mode unshaded;
This will have no lighting or shading, just the color from the texture.
I'm unsure what you are asking in the second part.