ArcGIS Pro 2.8.3
The following lines seem to "technically" remove a layer from my map and save the project, but I still see the layer in the contents of my map until I close the project and re-open it. Do I need to refresh the contents somehow?
Thanks,
aprxMap.removeLayer(layer)
aprx.save()