华三交换机退出镜像组的操作步骤如下:

1. 登录华三交换机的管理界面,进入交换机的命令行界面。
2. 使用以下命令查看当前交换机配置中的镜像组信息:
```shell
display mirroring-group
```
3. 根据显示的镜像组信息,找到要退出的镜像组的编号。
4. 使用以下命令退出镜像组:
```shell
undo mirroring-group group-id
```
其中,group-id为要退出的镜像组的编号。
5. 提交配置:
```shell
commit
```
6. 最后,使用以下命令验证是否成功退出镜像组:
```shell
display mirroring-group
```
以上就是华三交换机退出镜像组的操作步骤。