Linux Raid-1, how to remove without losing data

To see the status of the array and its components, use --detail on the md device. So, for example:

mdadm --detail /dev/md0

or

cat /proc/mdstat

for a more concise output.